home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / HAYAC288.MOD < prev    next >
Text File  |  1995-12-14  |  1KB  |  36 lines

  1. ;Hayes Accura and Optima 28.8K FAX/Modem MNP & V.42
  2. ;
  3. ; If you make a change to this file you should change the name (line above)
  4. ; and copy it into the scripts directory (in case you change scripts).
  5. ;
  6. ; An explicit \r must be placed at the end of a send line if you wish to
  7. ; terminate the line.  \r\n are stripped to \r.  \n will be sent without
  8. ; translation.
  9. ;
  10. ; The modem is assumed to be configured such that
  11. ;  1) When DTR is dropped the modem dropps carier and goes into command mode
  12. ;  2) Must operate in reliable mode LAMP or MNP
  13. ;  3) Hardware flow control is desired, modem and eudora.ini file must match
  14. ;  4) The modem does not change the DCE speed after connect
  15. ;
  16. cancelon ERROR
  17. ;
  18. send AT\r
  19. pause 1
  20. ;
  21. ;    Negotiate Fallback V.42 then MNP then async     S36=7  default
  22. ;    Try V.42 fall back to MNP2-4                      &Q9  
  23. ;    Fix baud rate - Default?
  24. ;    all result codes -                                 X4  default
  25. ;    XON/XOFF flow control                             &K4
  26. ;    RTS/CTS flow control                              &K3  default
  27. ;    Negotiate at higest DCE line fall back             N1  default
  28. ;     NEED to use \\ to make \ appear in init string
  29. ;     standard C string problem, not a bug
  30. ;
  31. send AT &F&C1&D2X4N1&K4&Q9S7=60\r
  32. waitfor OK
  33. ;
  34. set FlowControl=Hardware
  35. ;
  36.